Remove #define CONFIG_CRC32
authorChris Packham <[email protected]>
Sat, 13 Apr 2019 09:13:58 +0000 (21:13 +1200)
committerTom Rini <[email protected]>
Fri, 10 May 2019 11:18:13 +0000 (07:18 -0400)
commit4ad2c8953d456814ac33e26b6a3193dc4002ac4b
tree142674dbf407db471fad28c047956da48c7f3ef6
parent661bbc50d3274ddc86245b8cd4a552956ccaffdf
Remove #define CONFIG_CRC32

There is no check for CONFIG_CRC32 so the #define in image.h does
nothing. Remove it.

Reported-by: Robert P. J. Day <[email protected]>
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
include/image.h